812 make modifier id unique per modfier#819
Merged
Merged
Conversation
…ifiersapp into 812-make-modifier-id-unique-per-modfier
bogadisa
commented
May 24, 2026
bogadisa
commented
May 24, 2026
bogadisa
commented
May 24, 2026
bogadisa
commented
May 24, 2026
…ifiersapp into 812-make-modifier-id-unique-per-modfier
Member
|
I fixed in commit e5b04c9 ❯ npm run build
> frontend@0.0.0 build
> tsc && vite build
src/components/Graph/CustomTooltip.tsx:4:10 - error TS2305: Module '"recharts"' has no exported member 'TooltipContentProps'.
4 import { TooltipContentProps } from "recharts";
~~~~~~~~~~~~~~~~~~~
src/components/Graph/CustomTooltip.tsx:26:20 - error TS2339: Property 'label' does not exist on type 'CustomTooltipProps'.
26 if (typeof props.label == "number") {
~~~~~
src/components/Graph/CustomTooltip.tsx:27:57 - error TS2339: Property 'label' does not exist on type 'CustomTooltipProps'.
27 hoursAgo = getHoursSinceLaunch(currentTime) - props.label;
~~~~~
src/components/Graph/CustomTooltip.tsx:37:13 - error TS2339: Property 'active' does not exist on type 'CustomTooltipProps'.
37 if (props.active && props.payload && props.payload.length) {
~~~~~~
src/components/Graph/CustomTooltip.tsx:37:29 - error TS2339: Property 'payload' does not exist on type 'CustomTooltipProps'.
37 if (props.active && props.payload && props.payload.length) {
~~~~~~~
src/components/Graph/CustomTooltip.tsx:37:46 - error TS2339: Property 'payload' does not exist on type 'CustomTooltipProps'.
37 if (props.active && props.payload && props.payload.length) {
~~~~~~~
src/components/Graph/CustomTooltip.tsx:38:30 - error TS2339: Property 'payload' does not exist on type 'CustomTooltipProps'.
38 const confidence = props.payload[0].payload.confidence;
~~~~~~~
src/components/Graph/CustomTooltip.tsx:93:17 - error TS2339: Property 'payload' does not exist on type 'CustomTooltipProps'.
93 {(props.payload[0].value as number) > props.upperBoundry && (
~~~~~~~
src/components/Graph/CustomTooltip.tsx:117:16 - error TS2339: Property 'payload' does not exist on type 'CustomTooltipProps'.
117 {props.payload.map((value, index) => (
~~~~~~~
src/components/Graph/CustomTooltip.tsx:117:29 - error TS7006: Parameter 'value' implicitly has an 'any' type.
117 {props.payload.map((value, index) => (
~~~~~
src/components/Graph/CustomTooltip.tsx:117:36 - error TS7006: Parameter 'index' implicitly has an 'any' type.
117 {props.payload.map((value, index) => (
~~~~~
src/components/Graph/GraphComponent.tsx:10:3 - error TS2305: Module '"recharts"' has no exported member 'TooltipContentProps'.
10 TooltipContentProps,
~~~~~~~~~~~~~~~~~~~
Found 12 errors in 2 files.
Errors Files
11 src/components/Graph/CustomTooltip.tsx:4
1 src/components/Graph/GraphComponent.tsx:10
|
This was referenced Jun 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.